POST /Tenant/SetWarehouseOverride/

Adds the warehouse override if there is no existing override with the same scope and scope target, otherwise replaces it.
 

Request

Method Request URI
POST /API/Tenant/SetWarehouseOverride/?id=value&sessionId=value

URI Parameters

URI Parameter Description
id The ID of the tenant.
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: warehouseOverrideData
Type: Dundas.BI.WebApi.Models.TenantWarehouseOverrideData

Response

Response Body

A status code indicating the result of the operation.